Using a GCM Nomination Grid
The Cyget GCM Nomination Grid control screen requires initialization. The context menu contains the several Run mode options.
Initializing the Screen
TheFrame/TheView for the GCM Nomination Grid control must have the EventInitialize() option enabled in order to rebuild the screen.
For a reference, see the following sample script:
|
Sub TheView_EventInitialize() Dim This : Set This = TheView NomGridCtrl1.Rebuild End Sub |
Run Mode Options
Additional grid and data options are available on the right-click context menu in Run mode. Right-click on the value you want to view more options for and select the desired option from the list. Options are described below.
| Parameter | Description |
|---|---|
|
Trend |
Sends a message to the container to open a Trend dialog box. This option must be implemented in script to work and is only available for cells with valid point tags. |
|
Value History |
Opens a History Values dialog box that displays all the Value History Service (VHS) entries for the associated tag. This option is only available for cells with valid point tags. |
|
Properties |
Opens a Point Properties dialog box that displays Current Value, Point State Details, Point Attributes, and Status Bit Details for the selected point, as well as buttons to other useful properties dialog boxes. For more information, see Points. |
|
Edit |
Opens an Edit Value dialog box. This option is only available for cells that are populated directly from a point value and whose column is editable. |
|
Refresh |
Refreshes the data on the screen. |
|
Rebuild |
Rebuilds the grid by re-reading the group service. Takes longer than a refresh. |
|
|
Two options for printing are available: Print and Select Print Range. Use Print to print all of the on-screen values. Use Select Print Range to designate a set of on-screen row and/or column values to print. |
|
Export |
Two options for exporting are available: Visible Rows and All Rows. Both options export grid values to a CSV file. |

